home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / zcomm.zip / ZCOMMDOC.AC < prev    next >
Text File  |  1993-11-27  |  68KB  |  1,771 lines

  1.  
  2.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  3.       ZCOMM User Manual                                                   61
  4.  
  5.       good robustness in many applications.
  6.  
  7.       True YMODEM transfers one or more files in a batch, without alteration
  8.       or added garbage characters.  True YMODEM also preserves the file date
  9.       across multiple time zones.  ZCOMM and the Unix(TM) rb and sb programs
  10.       preserve the file modification date.[3]
  11.  
  12.  
  13.       13.7.2  YMODEM-1k  The sb k option (1024 byte blocks) may be used to
  14.       enhance throughput, especially when using timesharing systems,
  15.       satellite links, or packet networks that can support the longer
  16.       blocks.
  17.  
  18.  
  19.       EXAMPLE: sb -k *.c *.h sends all .c and .h files in the current
  20.       directory with 1024 byte blocks.[4]
  21.  
  22.       YMODEM and YMODEM-1k transfers can be received with the rb or F3
  23.       commands.
  24.  
  25.       YMODEM file transfers with Unix and VMS systems are discussed later in
  26.       this chapter.
  27.  
  28.       Some programs claim to support YMODEM but actually use XMODEM with
  29.       1024 byte blocks.  These programs do not meet the YMODEM Minimum
  30.       Requirements defined by the YMODEM protocol.
  31.  
  32.       One can use ZCOMM's XMODEM sx -k and rc commands with these
  33.       traditional programs.
  34.  
  35.       13.7.3  YMODEM with OverThruster  YMODEM and YMODEM-1k file
  36.       downloading from networks and timesharing systems is slowed by
  37.       response times.  This slowing may be significant even when 1k blocks
  38.       are used.  With some systems, one can speed up YMODEM downloads by
  39.       using the o option with the rb command to receive the file.  Because
  40.       OverThruster(TM) defeats error recovery, a line hit will usually abort
  41.       a download.  OverThruster(TM) may be used with X.PC or MNP error
  42.       correcting link level protocols.
  43.  
  44.       EXAMPLE: rb -o
  45.  
  46.  
  47.  
  48.  
  49.       __________
  50.  
  51.        3. Controlled by the d and z numeric parameters
  52.  
  53.        4. ZCOMM switches to 128 byte blocks at the end of a file when the
  54.           length warrants.
  55.  
  56.  
  57.  
  58.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  59.  
  60.  
  61.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  62.       ZCOMM User Manual                                                   62
  63.  
  64.       SEE ALSO: O numeric parameter
  65.  
  66.       13.7.4  XMODEM-1k  The XMODEM-1k protocol transfers one file per
  67.       command with 1024 byte blocks and a nominal 16 bit CRC.  The file name
  68.       must be entered for both the sender and the receiver.  Programs
  69.       lacking ZCOMM's Cybernetic Data Recovery(TM) logic are less likely to
  70.       transfer data accurately under marginal conditions.  XMODEM's use of
  71.       every possible 8 bit code causes problems in some applications.
  72.  
  73.       The end of the file may be padded by up to 127 or 1023[5] garbage
  74.       characters.
  75.  
  76.       To send a file with XMODEM-1k: sx -k file1
  77.  
  78.       To receive a file with XMODEM-1k: rc file1
  79.  
  80.       13.7.5  XMODEM-CRC (with fallback)  The XMODEM-CRC protocol transfers
  81.       one file per command.  The XMODEM-CRC protocol requires the receiving
  82.       program to initiate an XMODEM-CRC transfer.
  83.  
  84.       The file name must be entered for both the sender and the receiver.
  85.       Even with CRC-16, programs lacking ZCOMM's Cybernetic Data
  86.       Recovery(TM) are less likely to transfer data under marginal
  87.       conditions.  XMODEM-CRC's use of every possible 8 bit code causes
  88.       problems in some applications.
  89.  
  90.       The end of the file may be padded by up to 127 garbage characters.
  91.  
  92.       To send a file with XMODEM (or XMODEM-CRC): sx file1
  93.  
  94.       To receive a file with XMODEM-CRC: rc file1
  95.  
  96.       13.7.6  Classic XMODEM  The original MODEM protocol, developed by Ward
  97.       Christensen, is supported by a large and growing number of programs
  98.       operating on a variety of micros and minis.  The base level XMODEM
  99.       protocol gives good results when used over low error rate direct
  100.       telephone connections.  XMODEM's short data blocks and use of every
  101.       possible 8 bit code preclude its application in many environments.
  102.  
  103.       File transfers with this protocol add up to 127 garbage characters to
  104.       transferred files.  The XMODEM protocol can transfer one file per
  105.       command.  The file name must be entered at both the sender and the
  106.       receiver.
  107.  
  108.       To send a file with XMODEM: sx file1
  109.  
  110.  
  111.       __________
  112.  
  113.        5. Some programs (including ZCOMM) limit this padding to 127 bytes.
  114.  
  115.  
  116.  
  117.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  118.  
  119.  
  120.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  121.       ZCOMM User Manual                                                   63
  122.  
  123.       To receive a file with Classic XMODEM: rx file1
  124.  
  125.       13.7.7  Relaxed XMODEM  ZCOMM's XMODEM and YMODEM support has been
  126.       optimized for maximum reliability with a wide variety of systems under
  127.       a wide variety of conditions.
  128.  
  129.       The default XMODEM and YMODEM timeout parameterss are "relaxed"
  130.       timings.  They rarely need to be lengthened except under the most
  131.       sluggish of conditions.  The zmodem t, T, and p numeric parameters
  132.       (q.v.) control timeouts for XMODEM, YMODEM, and ZMODEM.  The default
  133.       values allow 10 seconds for a packet to appear and a 10 second pause
  134.       within a packet before starting error recovery.
  135.  
  136.       EXAMPLE: zmodem pt200 pp150  :: Set more relaxed X/Y/ZMODEM timing
  137.  
  138.  
  139.       For best reliability, Omen Technology does not recommend tightening
  140.       these timings for XMODEM and YMODEM transfers on noisy lines.
  141.  
  142.       13.7.8  XMODEM with OverThruster  XMODEM file downloading from
  143.       networks and timesharing systems is slowed by short blocks and long
  144.       response times.  With some systems, one can speed up downloads by
  145.       using the ro command to receive the file.  Because OverThruster(TM)
  146.       defeats error recovery, a line hit will usually abort a download.
  147.       With nearly error free connections, one can save enough time from the
  148.       increased throughput to make up for the failed transfers.
  149.       OverThruster(TM) may be used with X.PC or MNP error correcting link
  150.       level protocols.
  151.  
  152.       EXAMPLE: ro file1
  153.  
  154.  
  155.       EXAMPLE: rb -o
  156.  
  157.  
  158.       SEE ALSO: O numeric parameter
  159.  
  160.       13.7.9  YMODEM-g: Traditional Overdrive  The proliferation of error
  161.       correcting modems has sparked a proliferation of YMODEM-g programs,
  162.       more and more of which actually meet minimal YMODEM protocol
  163.       specifications.
  164.  
  165.       YMODEM-g transmits 0 or more files per batch with an ACK-less variant
  166.       of YMODEM-1k.  The sender does not wait for individual data blocks to
  167.       be acknowledged, allowing high speed transfers with error correcting
  168.       modems.
  169.  
  170.       YMODEM-g assumes an error free communications channel.  A single
  171.       transmission error or character lost because of DOS or TSR interrupt
  172.       latency ruins the entire transfer, and YMODEM-g does not support Crash
  173.       Recovery(TM).
  174.  
  175.  
  176.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  177.  
  178.  
  179.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  180.       ZCOMM User Manual                                                   64
  181.  
  182.       ZCOMM supports True YMODEM-g with the sb and rb -g commands.
  183.  
  184.       EXAMPLE: sb *.old Sends files in the current directory with YMODEM or
  185.       YMODEM-g protocol.  The receiver controls whether YMODEM or YMODEM-g
  186.       is used for the transfer.
  187.  
  188.  
  189.       EXAMPLE: rb -g Receives with YMODEM-g protocol.
  190.  
  191.  
  192.       13.7.10  XMODEM Mutants Misrepresented as YMODEM  Despite continuing
  193.       education efforts, a few lazy software providers insist on identifying
  194.       their mutant XMODEM protocols as "ymodem".  They choose to ignore the
  195.       definition of YMODEM that Ward Christensen wrote when he coined the
  196.       term YMODEM in his April 1985 message:
  197.  
  198.          (a) a record 0 containing filename date time and size
  199.          (b) a 1K block size option
  200.          (c) CRC-16.
  201.  
  202.       Use the XMODEM sx-k and rc commands to deal with these nonstandard
  203.       programs.
  204.  
  205.       In case of questions, please refer to ymodem.doc, part of yzmodem.zoo
  206.       for for the official YMODEM protocol.  (Available in Omen's ZMODEM
  207.       Developer's Collection.)
  208.  
  209.       13.7.11  Qmodem-G/Streaming XMODEM  The Qmodem program and certain
  210.       bulletin boards provide an ACKless XMODEM mutant protocol selected
  211.       with the Qmodem G protocol menu choice.
  212.  
  213.       The sx and rx -g commands support this mutant XMODEM.
  214.  
  215.       EXAMPLE: rx -g qmodem.fil
  216.  
  217.  
  218.       13.7.12  WXMODEM (People-Link)  ZCOMM supports WXMODEM protocol
  219.       downloads with the rw command.  On the People-Link timesharing
  220.       service, WXMODEM downloads are faster than XMODEM downloads.
  221.       Throughput, reliability, accuracy, and amenities are not as good as
  222.       ZMODEM or SuperKermit, but neither of these protocols are currently
  223.       available on that system.  WXMODEM adds up to 127 garbage bytes to
  224.       transferred files.  Omen Technology does not recommend WXMODEM for use
  225.       over noisy phone lines.
  226.  
  227.       EXAMPLE: rw file1
  228.  
  229.  
  230.       13.7.13  MODEM7 Batch  The MODEM7 batch protocol passes CP/M file
  231.       names from the sending program to the receiver one character at a
  232.       time.  The compatibility, throughput, and reliability problems of this
  233.  
  234.  
  235.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  236.  
  237.  
  238.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  239.       ZCOMM User Manual                                                   65
  240.  
  241.       kluge prompted the development of YMODEM.  Nonetheless, when it
  242.       becomes necessary to transfer files with a program lacking more
  243.       advanced protocols, MODEM7 batch is better than nothing.
  244.  
  245.       File names transmitted with the MODEM7 batch protocol must obey the
  246.       restrictions of both 8 bit CP/M and DOS.  The f option cannot be used
  247.       with MODEM7 batch.  Data transfer within MODEM7 batch uses XMODEM
  248.       protocol, and all of XMODEM's weaknesses discussed above apply to
  249.       MODEM7 batch.  MODEM7 batch does not preserve the modification date or
  250.       exact file contents.
  251.  
  252.       EXAMPLE: s7 file1.ext *.baz sends files with MODEM7 batch.
  253.  
  254.  
  255.       EXAMPLE: r7 receives one or more files with MODEM7 batch.
  256.  
  257.  
  258.       13.7.14  Telink/FIDO  The Telink protocol expands upon the MODEM7
  259.       batch kluge with a specially formatted block containing the length of
  260.       the file and the local DOS time and date.  All of the MODEM7 batch
  261.       compatibility and reliability problems apply to Telink.[6] The zmodem
  262.       Z numeric parameter or the z file transfer option may be used to
  263.       correct the time/date stamping of files transferred between different
  264.       time zones.
  265.  
  266.       EXAMPLE: zmodem pZ120;  st file1.ext *.baz Sends the specified files
  267.       with a 2 hour time zone adjustment.
  268.  
  269.  
  270.       EXAMPLE: rt -z60 Receives one or more files with a 60 minute time zone
  271.       adjustment.
  272.  
  273.  
  274.       13.7.15  SEAlink  When transferring files with the CLINK 1.13
  275.       compatible programs, ZCOMM's rb and sb commands recognize SEAlink's
  276.       modified Telink protocol.  The rb command allows a transmitting
  277.       SEAlink program to use sliding windows.  Telink time zone and file
  278.       name considerations apply to SEAlink.  In addition, because SEAlink
  279.       uses all 256 of the possible 8 bit codes for both data transfer and
  280.       protocol management, some modems and networks that operate with XMODEM
  281.       will not accommodate SEAlink.  As with the MODEM7 and Clink protocols
  282.       mentioned above, the SEAlink protocol is included for convenience in
  283.       situations where the YMODEM and ZMODEM protocols are not
  284.  
  285.  
  286.       __________
  287.  
  288.        6. ZCOMM's rt and st commands were verified with Minitel 3.0 by Tom
  289.           Jenning's Fido Software; other Programs may not produce the same
  290.           results.
  291.  
  292.  
  293.  
  294.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  295.  
  296.  
  297.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  298.       ZCOMM User Manual                                                   66
  299.  
  300.       implemented.[7]
  301.  
  302.       EXAMPLE: zmodem pZ120;  sb file1.ext *.baz Sends the specified files
  303.       to a SEAlink program with a 2 hour time zone adjustment.
  304.  
  305.  
  306.       EXAMPLE: rb -z60 Receives one or more files from a SEAlink program
  307.       with a 60 minute time zone adjustment.
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.       __________
  345.  
  346.        7. ZCOMM's SEAlink was verified with CLINK 1.13 by Systems
  347.           Enhancement Associates.  Other Programs may not produce the same
  348.           results because of ambiguities in the SEAlink documentation and
  349.           undocumented protocol variants.
  350.  
  351.  
  352.  
  353.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  354.  
  355.  
  356.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  357.       ZCOMM User Manual                                                   67
  358.  
  359.       13.8  Kermit
  360.  
  361.       13.8.1  ZCOMM Kermit Capabilities At a Glance
  362.        Local operation..................Yes
  363.        Remote operation.................Yes
  364.        Transfers text files.............Yes
  365.        Transfers binary files...........Yes
  366.        Wildcard send....................Yes
  367.        Filename collision avoidance.....Yes
  368.        Can time out.....................Yes
  369.        8th-bit prefixing................Yes
  370.        8 bit serial data................Yes
  371.        Sliding Windows..................Yes
  372.        Long Packets.....................Yes
  373.        Repeat count prefixing...........Yes
  374.        Alternate block checks...........Yes
  375.        Terminal emulation...............Multiple
  376.        Communication settings...........Yes
  377.        Transmit BREAK...................Yes
  378.        IBM mainframe communication......Yes
  379.        Transaction logging..............Yes
  380.        Act as server....................no
  381.        Talk to server...................Yes
  382.        Advanced commands for servers....Yes
  383.        Handle file attributes...........no
  384.        Programmable reset string........Yes
  385.  
  386.       Kermit operates with a wide range of computer systems, including those
  387.       whose restrictive terminal interfaces prevent XMODEM transfers.
  388.       Kermit uses an encoding technique called quoting to represent control
  389.       characters and (if necessary) parity bits with standard printable
  390.       characters.  It is one of the few asynchronous error correcting
  391.       protocols that work properly with half duplex IBM front ends.  Because
  392.       of the overhead from character quoting, Kermit is less efficient
  393.       (slower) than ZMODEM.
  394.  
  395.       Kermit can transfer one or more files per command, preserving the
  396.       exact file length.
  397.  
  398.  
  399.       EXAMPLE: kermit sb file1 file2
  400.  
  401.  
  402.       EXAMPLE: kermit rb
  403.  
  404.  
  405.       13.8.2  Incompatible Kermit Dialects  When sending files with the
  406.       Kermit Protocol, ZCOMM uses all 8 bits for the transfer unless a 7 bit
  407.       parity mode (e.g., ena -7e) is used, the kermit 7 numeric parameter is
  408.       non zero, or the other program requests 8th bit qouting.  If ZCOMM is
  409.       using a 7 bit parity mode (such as ena -7m), ZCOMM requests 8th bit
  410.  
  411.  
  412.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  413.  
  414.  
  415.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  416.       ZCOMM User Manual                                                   68
  417.  
  418.       quoting unless the kermit 8 numeric parameter is non zero.
  419.  
  420.       -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  421.                       Both programs must use the same parity
  422.                       for Kermit file transfers to succeed.
  423.       -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  424.  
  425.       Kermit does not provide an automatic means of forcing both the sender
  426.       and receiver to use the same dialect.  Files cannot be transferred if
  427.       the two programs disagree on parity handling, Such failures are quite
  428.       commonplace.  A common symptom is a transfer that starts up normally
  429.       but always fails at the same block.  Setting appropriate parity
  430.       corrects these Kermit failures.
  431.  
  432.       ZCOMM's Kermit AutoDownload(TM) (enabled with the K term option)
  433.       allows the term function to sense the beginning of a Kermit file
  434.       download, make the proper determination on whether to use 8 bit serial
  435.       data, and execute the file download without user intervention.
  436.  
  437.  
  438.       13.8.3  Kermit Performance Enhancements  ZCOMM features Long Packet
  439.       Kermit for increased throughput with suitable systems, including many
  440.       that do not support sliding windows.  ZCOMM allows Kermit long packets
  441.       up to 1000 characters on DOS, up to 2048 on 32 bit Unix systems.
  442.  
  443.       ZCOMM also supports Kermit with Sliding Windows.  "Super-Kermit"
  444.       transmits multiple packets before waiting for a response, increasing
  445.       throughput with timesharing systems and networks.
  446.  
  447.       The maximum send packet length is set by the kermit l numeric
  448.       parameter.  ZCOMM will ask for sliding windows if this is set to 94 or
  449.       less.
  450.  
  451.       EXAMPLE: k pl94
  452.  
  453.  
  454.       The maximum receive packet length is set by the kermit L numeric
  455.       parameter.  ZCOMM will ask for sliding windows if this is set to 94 or
  456.       less.
  457.  
  458.       EXAMPLE: k pL94
  459.  
  460.  
  461.       With the default values for the kermit l and kermit L parameters,
  462.       ZCOMM will choose long packets over sliding windows when a choice is
  463.       possible.
  464.  
  465.       ZCOMM supports 12 bit Kermit checksums and 16 bit Kermit CRC for
  466.       professional error detection performance.  ZCOMM uses the most
  467.       reliable Kermit error correction available.  Shorter checksums may be
  468.       forced by changing the kermit b numeric parameter.
  469.  
  470.  
  471.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  472.  
  473.  
  474.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  475.       ZCOMM User Manual                                                   69
  476.  
  477.       13.8.4  MobyKermit  ZCOMM's Kermit supports an optional smaller set of
  478.       prefixed control characters with the MobyKermit(TM) accelerator.  When
  479.       used with Unix Ckermit 5A(189) or later, the following commands should
  480.       be included in your Unix .kermrc initialization file:
  481.  
  482.       set buffers 25090 25090
  483.       set window-size 5
  484.       set send packet-length 5000
  485.       set receive packet-length 5000
  486.       set block 3
  487.       set control unprefixed all
  488.       set control prefixed 0 1
  489.       set transfer cancellation off
  490.       set flow none
  491.       set handshake none  (or use hardware flow control)
  492.       set file type binary
  493.       set delay 0
  494.  
  495.  
  496.       13.8.5  Accessing Kermit Servers  The commands to start up a Kermit
  497.       server vary from system to system.  Unix C-Kermit can be started in
  498.       server mode with kermit -ix given to Unix or VMS.  When the Kermit
  499.       server is active, the ZCOMM get, send, and remote ...  commands may be
  500.       used.  The ZCOMM finish command causes the remote Kermit server to
  501.       exit to its operating system.
  502.  
  503.       13.8.6  Kermit Caveats  Some versions of Kermit translate files as
  504.       they are sent, by default!  Typical modifications include CR/LF to NL
  505.       transformations and CPMEOF stripping.  Before transferring binary
  506.       files, such editing must be disabled with SET FILE TYPE BINARY or
  507.       similar commands given to the other program.  The demonstration in
  508.       Chapter 10 includes several Kermit server access and file transfer
  509.       commands.
  510.  
  511.       If the Kermit protocol doesn't work with IBM mainframe communications,
  512.       incorrect ASCII/EBCDIC translate tables may be the problem.
  513.  
  514.       Some mainframe "front ends" require special characters or a break
  515.       signal to recover from transmission errors ("line hits").  The
  516.       kermreset string parameter (q.v.) may be programmed with the required
  517.       sequence.
  518.  
  519.       SEE ALSO: kermreset string parameter
  520.  
  521.       When downloading files from some versions of Kermit, best results may
  522.       sometimes be obtained by starting ZCOMM's kermit receive before typing
  523.       the carriage return that starts the sender on the remote.  If the
  524.       other program includes an adjustable initial delay, you can save time
  525.       by setting it to zero.
  526.  
  527.       SEE ALSO: kermit d numeric parameter
  528.  
  529.  
  530.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  531.  
  532.  
  533.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  534.       ZCOMM User Manual                                                   70
  535.  
  536.       SEE ALSO: K term option (Kermit AutoDownload(TM))
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  590.  
  591.  
  592.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  593.       ZCOMM User Manual                                                   71
  594.  
  595.  
  596.  
  597.       13.9  Transferring Files with Unix Systems
  598.  
  599.       13.9.1  Terminal Servers / Port Multiplexers  Some Unix systems are
  600.       accessed via a port multiplexer or other network.  Some of these
  601.       interfere with data transmission.  In some cases it has been necessary
  602.       to contact the manufacturer to obtain undocumented instructions or
  603.       software updates to make the multiplexers or networks suitable for
  604.       file transfers.
  605.  
  606.       These systems may require additional control characters to be escaped.
  607.       The sz command e option may be used to escape all control characters.
  608.  
  609.       SEE ALSO: e option
  610.  
  611.       Individual control characters can be escaped with the zmtxesc string
  612.       parameter.
  613.  
  614.       SEE ALSO: zmtxesc string parameter
  615.  
  616.       Sometimes it is necessary to use 7-bit transfers with the E or EP
  617.       options.
  618.  
  619.       EXAMPLE: sz -EP bigkahuna.zip
  620.  
  621.  
  622.       13.9.2  Uploading Files to Unix Systems  Files may be sent to Unix
  623.       systems conveniently and quickly with ZMODEM.  Unix flavors of
  624.       Professional-YAM support the full ZMODEM-90(TM) feature set including
  625.       Intelligent Crash Recovery(TM) and selective transfers with the rz
  626.       command, a hard link to the /usr/bin/yam program.
  627.  
  628.       If the Unix system is operating with 7 bits, the sender's zmodem d
  629.       parameter may have to be increased to allow the rz program time to
  630.       change Unix to 8 bits for the transfer.
  631.  
  632.       SEE ALSO: zmodem d numeric parameter
  633.  
  634.       Traditional Unix systems limit serial input buffering to a few hundred
  635.       characters or less.  This is sometimes too small to prevent data loss
  636.       and retransmissons when operating at high speeds.  On SCO Unix 3.2.4
  637.       this bufering can be increased by increasing the TTYHOG and NCLIST
  638.       kernel parameters.
  639.  
  640.       13.9.3  The rz and sz Programs  Professional-YAM is the fastest Unix
  641.       ZMODEM upload program.  Pro-YAM uses a minimum of CPU resources for
  642.       uploads.  Pro-YAM provides the best ZMODEM technology and feature set
  643.       available., but it may not be available on a particular system.  The
  644.       rz program, part of the rzsz package, may be used to support a subset
  645.       of Pro-YAM's ZMODEM features.
  646.  
  647.  
  648.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  649.  
  650.  
  651.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  652.       ZCOMM User Manual                                                   72
  653.  
  654.       If rz is not installed on the target Unix system, unpack the rzsz.zoo
  655.       file on your MSDOS system with: booz x rzsz.zoo given from the DOS
  656.       prompt.[8] Next, the command source zupl.t calls the zupl.t script to
  657.       upload the bootstrap file minirb.c, compile it, and use it to upload
  658.       the remainder of the source files.  After the rest of the files have
  659.       been uploaded, compile rz.c and sz.c using the directions given in the
  660.       README file and in the C source files.
  661.  
  662.       The rz and sz manual pages may be formatted with a make doc command.
  663.  
  664.       The undos program may be used to remove carriage returns in files
  665.       uploaded to Unix machines.
  666.  
  667.       13.9.4  Downloading Files from Unix Systems  To download files from
  668.       Unix(TM) systems, use the Unix sz command to send the desired files to
  669.       ZCOMM.  To Unix keyboard: sz file ...  ZCOMM's ZMODEM AutoDownload(TM)
  670.       takes care of the rest for you, saving unnecessary keystrokes.
  671.  
  672.       If one or more of the files already exists on the destination disk,
  673.       use sz -y file ...  instead, to replace the old copies on your
  674.       computer.
  675.  
  676.       Another useful option sends only the files that exist on both
  677.       computers (Y), and furthermore sends only those that are newer (n):
  678.       sz -Yn file ...
  679.  
  680.       When files are long and transmission slow, you can save time by
  681.       compressing them first.  The zoo program, available for DOS and Unix,
  682.       may be used to compress file(s) before transmission.
  683.  
  684.       Omen Technology products support ZMODEM compression with the Z option.
  685.       All Omen Technology products support compression by Run Length
  686.       Encoding (RLE).  Unix flavors of Professional-YAM also support LZW
  687.       compression.
  688.  
  689.       Unix source files normally do not contain carriage returns used by
  690.       CP/M and DOS.  Some CP/M or DOS programs, such as C compilers, do not
  691.       require carriage returns in the source files.  Others, such as the
  692.       Microsoft Macro Assembler, become quite confused by such files,
  693.       although such files fully meet the requirements of the ASCII standard.
  694.  
  695.       Carriage Returns may be added before downloading with the todos or
  696.  
  697.  
  698.       __________
  699.  
  700.        8. On Unix systems with Professional-YAM installed, the rzsz source
  701.           files and man pages are installed in the /usr/src/command/rzsz
  702.           directory, or on the distribution diskette in the file
  703.           /tmp/yamusrc.tar.Z.
  704.  
  705.  
  706.  
  707.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  708.  
  709.  
  710.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  711.       ZCOMM User Manual                                                   73
  712.  
  713.       tocpm programs.  Carriage returns may be added during the transfer
  714.       with the sz a option.  Carriage Returns may be added after the
  715.       transfer by some program editors, including uEMACS.  (Other editors,
  716.       such as DOS edlin may crash trying to edit such files.) Short files
  717.       (less than 64kb) may be converted using ZCOMM's read and create
  718.       commands to pass the data through ZCOMM's capture buffer.
  719.  
  720.       Text files may also be downloaded using the capture buffer if sz has
  721.       not been installed on the Unix machine.
  722.  
  723.       If a file or set of files are to be transported between two Unix
  724.       systems, it may be helpful to place them in a tar or cpio archive (and
  725.       possibly compress the archive) before transmission.  This procedure
  726.       will preserve the Unix file modes and modification times, and bypass
  727.       pathname restrictions imposed by DOS.
  728.  
  729.       As with rz, Unix Professional-YAM is linked to sz to support the full
  730.       ZMODEM-90(TM) feature set.  Otherwise the separate Unix sz program may
  731.       be obtained as described in the previous subchapter.
  732.  
  733.       13.10  VAX/VMS File Transfers
  734.  
  735.       Most of the comments made above about Unix file transfers apply to VMS
  736.       as well.  Many VAX/VMS systems attach terminals with terminal
  737.       multiplexers just as nasty as those used with Unix systems.  They
  738.       require fixes similar to those described above for Unix systems..
  739.  
  740.       Automatic uploads to VMS may require setting the zmodem d (delay)
  741.       numeric parameter to give time for the VMS rz program to properly
  742.       initialize.
  743.  
  744.       SEE ALSO: zmodem d numeric parameter
  745.  
  746.       EXAMPLE: zmodem pd15
  747.  
  748.  
  749.       13.10.1  Version 4 rz/sz  Omen provides VMS flavors of version 4 rz
  750.       and sz precompiled in rzsz.tlb, a VMS "text library".  Version 4 rz
  751.       supports most ZMODEM-90 features including Crash Recovery,
  752.       compression, and MobyTurbo.  Binary uploads write files with a default
  753.       VMS 512 byte fixed length record format.
  754.  
  755.       EXAMPLE: sz biglib.tlb
  756.  
  757.  
  758.       Sending to VMS with the i option selects the VMS Stream_LF record
  759.       format.  Stream_LF preserves the exact file length and data contents
  760.       when read by C programs.
  761.  
  762.       EXAMPLE: sz -i vmsemacs.exe
  763.  
  764.  
  765.  
  766.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  767.  
  768.  
  769.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  770.       ZCOMM User Manual                                                   74
  771.  
  772.       Sending to VMS with the I option causes the VMS receiver to use
  773.       variable length binary records.  VMS Kermit-32 and some other programs
  774.       understand this record format.
  775.  
  776.       Text files uploaded with the a option are written in variable length
  777.       records with CR carriage control.
  778.  
  779.       EXAMPLE: sz -a emacs*.c
  780.  
  781.  
  782.       Version 4 VMS sz supports standard VMS wild card and directory
  783.       recursion syntax.
  784.  
  785.       EXAMPLE: $ sz -qa [*...]*.prn sends all accessible .prn files on the
  786.       system in ASCII mode. The VMS sz q option suppresses the initial tally
  787.       of the number of files and their lengths.  This tally can take some
  788.       time when a large number of files and directories are invloved.  The f
  789.       option may be added to send directory names as well.
  790.  
  791.  
  792.       If you use Kermit to upload the rzsz.tlb file to VMS, command the
  793.       receiving Kermit program to SET FILE TYPE FIXED.  (Some VMS Kermit
  794.       programs may require SET FILE TYPE BLOCK.) Otherwise Kermit will
  795.       garble the data.
  796.  
  797.       13.11  GEnie File Transfers
  798.  
  799.       The General Electric Consumer Information Service service (GEnie) uses
  800.       ZMODEM-90(TM) for efficient downloads.  GEnie's ZMODEM server selects
  801.       ZMODEM RLE Compression or MobyTurbo(TM) for optimum download speed on
  802.       each file.
  803.  
  804.       GEnie uses a large network to provide callers with local access
  805.       numbers.  This requires technical tradeoffs to control data flow in
  806.       the network.  If you have a reliable, error-free connection to GEnie,
  807.       download speeds can be improved by increasing GEnie's ZMODEM window
  808.       size.
  809.  
  810.       EXAMPLE: genie24   speed 4800 249-8365/mnp set adlopts "W16384"
  811.  
  812.  
  813.       Startup on Genie ZMODEM AutoDownloads can be speeded up by disabling
  814.       Security Verification.
  815.  
  816.       EXAMPLE:      ena -yZ   :: Disable ZMODEM Security verification
  817.  
  818.  
  819.  
  820.       The sx file.exe command is used for XMODEM-CRC uploads to GEnie.  When
  821.       uploading with XMODEM-CRC, Wait for GEnie's "READY FOR INPUT, start
  822.       your XMODEM upload." message, and then wait for the XMODEM-CRC C to
  823.  
  824.  
  825.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  826.  
  827.  
  828.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  829.       ZCOMM User Manual                                                   75
  830.  
  831.       appear before issuing the sx command.  Issuing the sx command before
  832.       the C appears may corrupt the uploaded file.
  833.  
  834.       A number of GEnie access scripts are provided in scripts.zoo with
  835.       filenames starting with ge.  The main GEnie login script is provided
  836.       in phones2.t witin scripts.zoo.
  837.  
  838.       13.12  BIX File Transfers
  839.  
  840.       BIX (Byte Information Exchange) supports ZMODEM-90 and Kermit file
  841.       transfers.
  842.  
  843.       The Tymnet phone number in the bix telephone directory entry should be
  844.       changed for your calling area.  Other scripts are provided to handle
  845.       BIX mail and conferences.
  846.  
  847.       When setting up a new BIX account, give the command call bix,new to
  848.       force a login to the BIX new account program.
  849.  
  850.       Be sure to select ZMODEM downloads and uploads with the BIX "OPTIONS"
  851.       menu choice.  Set the Zcomm adlopts string variable to  m or mr to
  852.       enable MobyTurbo and ZMODEM Crash Recovery.
  853.  
  854.       When uploading over Tymnet or other networks, it may be necessary to
  855.       set the zmodem w numeric parameter to a value between 2048 and 8192
  856.       for best upload performance.  The optimum value depends on load and
  857.       the particular node you dial in to.
  858.  
  859.       EXAMPLE: z pw6144
  860.  
  861.  
  862.       BIX's transfer time predictions are about 40 per cent too pessimistic
  863.       for ZMODEM transfers.
  864.  
  865.       A number of BIX scripts are included in SCRIPTS.ZOO.
  866.  
  867.       13.13  CompuServe File Transfers
  868.  
  869.       B+ Protocol is used by the CompuServe Timesharing Service through the
  870.       CompuServe, Tymnet, and Telenet networks.  B+ Protocol file transfers
  871.       are initiated by the CompuServe computer.  The B+ Protocol file
  872.       transfer protocol is well supported by this timesharing service.
  873.       Under typical conditions, the B+ Protocol saves 35 per cent or more in
  874.       file transmission time and connect charges compared to XMODEM protocol
  875.       transfers.
  876.  
  877.       The c or C term option must be set with ena -c or ena -C to allow the
  878.       B+ protocol to seize control and transfer files.
  879.  
  880.       The adlopts string parameter allows the y and v file transfer options
  881.       to be specified for B+ protocol transfers.
  882.  
  883.  
  884.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  885.  
  886.  
  887.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  888.       ZCOMM User Manual                                                   76
  889.  
  890.       The w numeric parameter controls the block length used by the
  891.       CompuServe B+ Protocol.  A longer length increases throughput, but may
  892.       overload some networks, resulting in excessive retransmissions or
  893.       failed transfers.  The maximum B+ block length is 1024 data bytes.  A
  894.       value of 0 (the default) allows the Compuserve computer to control the
  895.       block length.  A negative value controls the upload block length but
  896.       still allows Compuserve to control the download block length.  Uploads
  897.       to Compuserve using longer block lengths are sensitive to poor flow
  898.       control, especially when error correcting modems (MNP, etc.) are used.
  899.       If B+ uploads fail or require excessive retransmissions, correct the
  900.       flow control arrangements, disable the modem's error correction, or
  901.       try a smaller upload block size.
  902.  
  903.       The data contents of successfully transferred files are not affected
  904.       by this parameter.
  905.  
  906.       Some networks may garble data when B+'s streaming causes ZCOMM to
  907.       respond to incoming data concurrently with incoming data.  The o
  908.       numeric parameter can be set to 0 to disable streaming (send-ahead).
  909.  
  910.       CompuServe B+ controls all file transfer operations (except permission
  911.       to overwrite files) from the timesharing system.
  912.  
  913.       Waiting for long files to download can be boring.  You can start the
  914.       transfer and walk away from the computer, but CompuServe will stay
  915.       connected for 15 minute$ after the transfer is finished if you don't
  916.       come back when the download finishes.  This expense can be avoided by
  917.       typing ALT-Q once the protocol transfer has started.  ALT-Q tells
  918.       ZCOMM to disconnect as soon as the protocol transfer is completed,
  919.       stopping the connect charges.  An alternative method is to control the
  920.       transfers with a script, using either ejryam or the less sophisticated
  921.       cissig and dow.t scripts included with the software distribution.
  922.  
  923.       When "browsing" through CompuServe's software "downloading section"
  924.       libraries, the kcisdl.t script file and ZCOMM allow you to download a
  925.       file with a single keystroke: F3.  Installation instructions are
  926.       provided in that file.
  927.  
  928.       13.14  User Exit Processing
  929.  
  930.       The onclosetx and oncloserx string parameters provide a facility to
  931.       perform user defined file related functions ("user exits") immediately
  932.       after each file is closed, while the protocol is still active.  Wild
  933.       card filename expansionss are not allowed in this context.
  934.  
  935.       The oncloserx string parameter may be used to perform user commands or
  936.       call a script once for each file received with a file transfer
  937.       protocol.
  938.  
  939.       EXAMPLE: set oncloserx @crc %rname; obey "!%mv %rname /tmp"
  940.       When each file is received, the crc command calculates and displays a
  941.  
  942.  
  943.       (C) 1993 Omen Tech Inc              Chapter 13 Protocol File Transfers
  944.  
  945.  
  946.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  947.       ZCOMM User Manual                                                   77
  948.  
  949.       CRC for the file.
  950.  
  951.       Then the !% command calls the mv program to move the file just
  952.       received to the /tmp directory.  The "%" in the "!%" command causes
  953.       the rest of the command string to be processed for string
  954.       substitutions.
  955.  
  956.  
  957.       The onclosetx string parameter may be used to perform user commands or
  958.       call a script once for each file sent with a file transfer protocol.
  959.       Wild card file name expansions may not be used in onclosetx.
  960.  
  961.       EXAMPLE: The following causes each successfully sent file to be moved
  962.       to the /done directory.
  963.            set onclosetx
  964.       @if !d? obey "!%mv %rname /done"
  965.  
  966.  
  967.       SEE ALSO: rname, tname, drive, pwd string parameters, ?, d?  test
  968.       conditions
  969.  
  970.       User exits will cause protocol timeouts if their scripts take too long
  971.       to finish.  Since both Zcomm and the remote machine are still
  972.       executing file transfer protocols when user exits are called, user
  973.       exit scripts can not reference the serial port.
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.       (C) 1993 Omen Tech Inc                    Chapter 13 Message Transfers
  1003.  
  1004.  
  1005.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1006.       ZCOMM User Manual                                                   78
  1007.  
  1008.       14.  MESSAGE TRANSFERS
  1009.  
  1010.       14.1  Downloading Messages
  1011.  
  1012.       ZCOMM is flexible capturing output from other systems.  The trick is
  1013.       to make the remote send the information without too much
  1014.       embellishment.
  1015.  
  1016.       When downloading files without a file transfer protocol, set the
  1017.       timesharing system to send tabs as tab characters without expanding
  1018.       them to spaces.  Turn off fill characters.  These extra characters
  1019.       waste time and money and ZCOMM doesn't need them.  ZCOMM's s and S
  1020.       term options can be used to strip control characters and escape
  1021.       sequences from the capture download.
  1022.  
  1023.       EXAMPLE: t -s file
  1024.  
  1025.  
  1026.       If the remote system responds to XOFF and XON, E term option may be
  1027.       enabled to allow Error Containment(TM) to reduce the number of
  1028.       characters garbled by "line hits".
  1029.  
  1030.       EXAMPLE: t -E7e file1 uses Error Containment to download file1 from a
  1031.       system using 7 bits even parity.  Error Containment works best when
  1032.       even or odd parity is available.
  1033.  
  1034.  
  1035.       SEE ALSO: E, j, S, s term options
  1036.  
  1037.       14.1.1  XON/XOFF  Files of arbitrary length may be transferred if the
  1038.       remote supports flow control with the ASCII XOFF and XON control
  1039.       characters.  Output from most timesharing services may be captured to
  1040.       a file using this method.
  1041.  
  1042.       To download a file with XON/XOFF flow control: t file1
  1043.  
  1044.  
  1045.       14.1.2  DC2/DC4 (^R/^T)  Some bulletin boards support file downloads
  1046.       by issuing a DC2 to open a capture buffer, sending the file, and
  1047.       terminating the capture with DC4.  ZCOMM does not support this
  1048.       "protocol" directly.  The review t and b commands can be used to strip
  1049.       excess characters from the circular buffer before writing the file to
  1050.       disk.
  1051.  
  1052.       This "protocol" can be implemented with Turbodial(TM) script commands:
  1053.  
  1054.       EXAMPLE: pat 1c "\022" "@kill; create capture.fil"
  1055.            pat 2c "\024" "close"
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.       (C) 1993 Omen Tech Inc                    Chapter 14 Message Transfers
  1062.  
  1063.  
  1064.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1065.       ZCOMM User Manual                                                   79
  1066.  
  1067.       14.1.3  Data Dump  Sometimes no flow control is available.  The fget *
  1068.       command allows ZCOMM to accept a continuous stream of data at a
  1069.       maximum data rate determined by the hardware and software environment.
  1070.       With a hard disk, excellent results have been obtained with a 4.77 mHz
  1071.       PC accepting graphics dumps at 9600 bps.
  1072.  
  1073.       EXAMPLE: fget file1
  1074.  
  1075.  
  1076.       At slower speeds or with a fast computer, the term function j option*
  1077.       may be used for nonstop file capture.
  1078.  
  1079.       EXAMPLE: t -j file1
  1080.  
  1081.  
  1082.       The fget command does not provide a progress display.  While this
  1083.       allows the fastest possible data capture (38400 bps on a suitable
  1084.       computer), sometimes there is no handy way to monitor the flow of
  1085.       data.
  1086.  
  1087.       The term function I (super-image) option may be used to capture a
  1088.       binary file, provided CRT emulation is disabled with a display dumb
  1089.       command or by enabling v option.
  1090.  
  1091.       EXAMPLE: display dumb; t -Ij file1
  1092.  
  1093.       The fax directory entry in PHONES2.T gives another example of how
  1094.       ZCOMM's data capture options may be used to capture binary data.
  1095.  
  1096.       14.2  Uploading Messages
  1097.  
  1098.       It is often possible to upload files using the f command with one or
  1099.       more term options (such as w or p, possibly in combination with t).
  1100.  
  1101.       Message uploads are more reliable if you keyboard enab flow before
  1102.       connecting through Telenet.  If using Tymnet, type ^R^X just before
  1103.       the host computer name to enable flow control with XOFF and XON.
  1104.       Check with your network's documentation for further details or updates
  1105.       to this information.
  1106.  
  1107.       It often helps to use "half duplex" ( h term option) with the computer
  1108.       echo disabled when uploading files to the computer.  This saves the
  1109.       computer from wasting precious time echoing characters.
  1110.  
  1111.       Another tactic is to avoid uncorrected message transfers during peak
  1112.       hours.  Telephone usage peaks during midday with a resulting increase
  1113.       in noise induced line hits.  Timesharing computers and communications
  1114.       networks are more likely to drop characters due to buffer overloading
  1115.       during high traffic periods as well.
  1116.  
  1117.  
  1118.  
  1119.  
  1120.       (C) 1993 Omen Tech Inc                    Chapter 14 Message Transfers
  1121.  
  1122.  
  1123.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1124.       ZCOMM User Manual                                                   80
  1125.  
  1126.       14.2.1  Paced  Some systems accept characters only at a certain rate,
  1127.       a slow speed for each character and possibly a pause at the end of
  1128.       each line.  Depending on the particular system, data transfer may have
  1129.       to pause briefly at the end of the line,[1] or wait for a particular
  1130.       character to signify readiness to accept the next line.  There may be
  1131.       an additional delay after that[2] before the remote is able to accept
  1132.       more data.
  1133.  
  1134.       EXAMPLE: f -p file1 uploads file1 with a wait for the linefeed echo at
  1135.       the end of each transmitted line.
  1136.  
  1137.  
  1138.       EXAMPLE: pg63; f -p file1 Sets the prompt character to decimal 63
  1139.       ("?") and sends the file with a wait for "?" after each transmitted
  1140.       line.
  1141.  
  1142.       As with the fpute command, the remote system must be commanded to open
  1143.       and close the file.
  1144.  
  1145.       14.2.2  Throttle  Another method of slowing message uploads is the
  1146.       throttle, activated by t term option.  Throttle artificially slows
  1147.       Zcomm's character transmission to allow more time for the receiving
  1148.       system to digest each character. The speed of transmission with t term
  1149.       option is controlled by the t numeric parameter.
  1150.  
  1151.       EXAMPLE: f -t secret.msg
  1152.  
  1153.       Really slow systems may require both throttle and pacing to send data
  1154.       efficiently without loss.
  1155.  
  1156.       EXAMPLE: f -tp turkey.slo
  1157.  
  1158.  
  1159.       14.2.3  Uploading to IBM Mainframes  Text files can be uploaded to IBM
  1160.       mainframes using the P (upper case) term option.  When the P term
  1161.       option is activated, ZCOMM will wait for an XON (^Q) after sending
  1162.       each line.  With this special option, the term function will not time
  1163.       out waiting for the XON, no matter how long it takes for the IBM front
  1164.       end to send it.  If, for some reason, the front end fails to send the
  1165.       XON, (or if it is garbled in transmission), Ctrl-Q may be keyboarded.
  1166.  
  1167.       EXAMPLE: f -P file1
  1168.  
  1169.  
  1170.  
  1171.       __________
  1172.  
  1173.        1. Controlled by the p numeric parameter
  1174.  
  1175.        2. Controlled by the q numeric parameter
  1176.  
  1177.  
  1178.  
  1179.       (C) 1993 Omen Tech Inc                    Chapter 14 Message Transfers
  1180.  
  1181.  
  1182.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1183.       ZCOMM User Manual                                                   81
  1184.  
  1185.       SEE ALSO: P term option, Kermit protocol
  1186.  
  1187.       14.2.4  Uploading Messages to Bulletin Boards  The greatest file
  1188.       transfer challenge is to upload a file to a bulletin board message
  1189.       system running on a tiny microcomputer.  Bulletin board message
  1190.       systems have a rich variety of operating sequences and timing
  1191.       dependencies matched only by the proliferation of incompatible
  1192.       dialects of Basic and Pascal.
  1193.  
  1194.       Message upload from files to bulletin boards reduces connect time and
  1195.       $welling of the Phone Bill.  Unattended message transfer saves the
  1196.       user's time, especially if the board is difficult to access.
  1197.  
  1198.       The t, p and w term options and the g, p, t, and q numeric parameters
  1199.       allow disk files to be uploaded to such systems.
  1200.  
  1201.       The basic program cbbsck.bas may be used (perhaps with modifications)
  1202.       to check that a message file does not violate the restrictions of the
  1203.       message system being uploaded to.  A C version is also available.
  1204.  
  1205.       EXAMPLE: f -pt file1
  1206.  
  1207.  
  1208.       14.2.5  Uploading to CompuServe SIGS  A file may be uploaded to a
  1209.       CompuServe SIG (Special Interest Group) editor with p term option and
  1210.       the g numeric parameter set to colon.  When the file has been
  1211.       transferred, hit ENTER to send a blank line to terminate message
  1212.       entry.
  1213.  
  1214.       EXAMPLE: set eolstr "\r."; pp1000; pg58; f -p FILE Is useful for
  1215.       uploading a prepared message to Compuserve's bulletin boards.  This
  1216.       setting for eolstr inserts a carriage return and period after each
  1217.       line to prevent the CompuServe software from reformatting the message.
  1218.  
  1219.  
  1220.       EXAMPLE: pp1000, pg58, and f -p FILE transmits FILE waiting for the
  1221.       prompt character ":" before sending each line after the first.
  1222.  
  1223.  
  1224.       An alternative is to set the SIG "FIL" option, which calls the EDIT
  1225.       editor.  The cisupl script file referenced by phones2.t uses the SIG
  1226.       "FIL" editor option.
  1227.  
  1228.       Compuserve nodes often drop characters when files are uploaded at full
  1229.       speed in full duplex.  This can be avoided by using h term option
  1230.       (local echo) and turning off Compuserve's echo.
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.       (C) 1993 Omen Tech Inc                    Chapter 14 Message Transfers
  1239.  
  1240.  
  1241.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1242.       ZCOMM User Manual                                                   82
  1243.  
  1244.       14.3  Fpute: Echoplex Uploads
  1245.  
  1246.       Text files can often be uploaded reasonably efficiently using the
  1247.       fpute command.* Fpute waits for an echo to each character sent to the
  1248.       remote.  Fpute provides modest throughput without loss of data for
  1249.       systems with terminal ports designed for keyboard data entry.  The
  1250.       maximum speed with fpute is limited to about 1/3 the normal character
  1251.       rate by echo delays.  There is no error correction with fpute, but
  1252.       character by character handshaking prevents lost data caused by buffer
  1253.       overflow.  If possible, TABS should be set to echo as TAB characters
  1254.       and not as spaces.  Before the fpute command is given, the remote
  1255.       system must be instructed to enter data from the "terminal" to a file.
  1256.       After the file has been sent, the remote system must be instructed to
  1257.       close the file.
  1258.  
  1259.       EXAMPLE: fpute file1
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.       (C) 1993 Omen Tech Inc                         Chapter 14 Flow Control
  1298.  
  1299.  
  1300.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1301.       ZCOMM User Manual                                                   83
  1302.  
  1303.       15.  FLOW CONTROL
  1304.  
  1305.       All of us must sometimes tell people to "slow down" lest they overload
  1306.       us with information faster than we can write it down.  "Wait!" is a
  1307.       Flow Control Signal for the English language.  When the receiving
  1308.       ZCOMM complains about Garbled Data Subpacket or Line Status Register
  1309.       01 you should suspect a flow control problem.
  1310.  
  1311.       When buffered modems, timesharing systems, networks, or computers of
  1312.       differing speeds are involved, a machine readable "Wait!" signal is
  1313.       required.
  1314.  
  1315.       Flow control is sometimes necessary to display long messages without
  1316.       skipping over the good parts.  If you see pieces of text missing from
  1317.       messages but don't see the usual funny characters caused by line
  1318.       noise, you have a flow control problem.
  1319.  
  1320.       File transfers that use long blocks or streaming protocols may not
  1321.       work well unless slower parts of the system regulate the speed of
  1322.       transmission to prevent loss of data.  With ZMODEM, SuperKermit, and
  1323.       other streaming protocols, inexplicable retransmissions of data
  1324.       blocks, often at regular intervals, indicate flow control failure.
  1325.  
  1326.       If you wish to keep things simple, the sending computer should not
  1327.       operate at a higher interface speed than the slowest link in the
  1328.       network.  Otherwise precautions must be taken to prevent data loss
  1329.       with interactive operations and unnecessary retransmissions with
  1330.       streaming file transfer protocols.
  1331.  
  1332.       ZCOMM, ZCOMM, and DSZ default to software flow control with XON and
  1333.       XOFF characters.[1] When used with modems that require hardware flow
  1334.       control, the handshake command (q.v.) should be used to specify which
  1335.       hardware lines are to be used for flow control.
  1336.  
  1337.       Non transparent software flow control is incompatible with Emacs
  1338.       editors, XMODEM and YMODEM transfers.  XMODEM and YMODEM require
  1339.       complete transparency to all 256 8 bit codes.  An XMODEM transfer that
  1340.       always fails at the same block results from non transparent flow
  1341.       control.  When XMODEM-1k and YMODEM-1k are used, the network must
  1342.       assert flow control, or handle bursts of 1040 characters without data
  1343.       loss.  When X.25 or hardware CTS is unavailable, flow control that
  1344.       does not "eat" any characters may be used with XMODEM and YMODEM.
  1345.       When buffers fill up, an XOFF should be emitted.  An XON should be
  1346.  
  1347.  
  1348.       __________
  1349.  
  1350.        1. The PCDOS flavor enables "handshake both" when selecting a port
  1351.           with an active Clear To Send (CTS) signal that was previously
  1352.           initialized to a speed greater than 2400 bps
  1353.  
  1354.  
  1355.  
  1356.       (C) 1993 Omen Tech Inc                         Chapter 15 Flow Control
  1357.  
  1358.  
  1359.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1360.       ZCOMM User Manual                                                   84
  1361.  
  1362.       sent when the buffer has emptied.  Otherwise, the network should
  1363.       neither generate nor eat XON or XOFF characters.
  1364.  
  1365.       On Telenet, this is obtained by setting CCIT X3 5:1 and 12:1 in the
  1366.       PADs (Packet Assembler Disassembler) at both ends of the network.
  1367.       Packets should be forwarded when the packet is a full 128 bytes, or
  1368.       after a moderate delay (3:0,4:10).  Set parameter 5 to 1 at both ends
  1369.       AFTER one is connected to the remote modem.  (Sorry, these commands
  1370.       must be given each time you connect to a modem in the far city!)
  1371.            <ENTER>@<ENTER>
  1372.            set 5:1<ENTER>
  1373.            rst? 5:1<ENTER>
  1374.            cont<ENTER>
  1375.       ZMODEM and Kermit protect all 4 XOFF and XON characters, commonly used
  1376.       network control characters and trigger strings.  ZMODEM and Kermit are
  1377.       compatible with many networks that do not support XMODEM family
  1378.       protocols, including some that claim network compatibility.  For PADs
  1379.       that do not accept "rst?", use:
  1380.            <ENTER>@<ENTER>
  1381.            set 4:2,5:1,12:1<ENTER>
  1382.            cont<ENTER>
  1383.       For best Telenet download throughput, parameter 64 (advance ACK)
  1384.       should be set to 7.  The parameter 0 is a dummy argument that
  1385.       distinguishes Telenet parameters from CCIT parameters.
  1386.            <ENTER>@<ENTER>
  1387.            set 0:0,64:7<ENTER>
  1388.            cont<ENTER>
  1389.       Sometimes Telenet flow control stops data transmission when the
  1390.       network buffers are not yet full.  If you often see "STOPPED" flashing
  1391.       in the status line (DOS versions), or if you see the modem send data
  1392.       light pause in a ZMODEM or SuperKermit file send, poor flow control
  1393.       may be the culprit.  Such slowdowns are typical when a network is
  1394.       overloaded.  If this condition persists, the network should take steps
  1395.       to reduce the congestion.  Turning OFF network flow control and
  1396.       activating ZMODEM's or SuperKermit's protocol flow control may
  1397.       increase throughput under these conditions.
  1398.  
  1399.       Instead of or in addition to XON/XOFF flow control, the sending
  1400.       program's ZMODEM w numeric parameter can restrict the window size to a
  1401.       value that does not overload the network.  A zmodem pw2048 command
  1402.       restricts the window size (maximum number of bytes in transit) to
  1403.       2048.  This causes the sz command to trigger the receiver's
  1404.       acknowledgement every 512 bytes (one fourth the value of the ZMODEM w
  1405.       numeric parameter).  The sender monitors these responses and suspends
  1406.       transmission when necessary to restrict the window to the specified
  1407.       size.  Until a network dependent lower limit is reached, lower window
  1408.       sizes improve the speed of error recovery at the expense of slight
  1409.       increases in protocol overhead.  When the window size becomes less
  1410.       than the number of characters sent within the network's transit time,
  1411.       throughput falls off rapidly.  Frequent protocol acknowledgements slow
  1412.       down high speed pseudo full duplex modems (US Robotics HST, Telebit
  1413.  
  1414.  
  1415.       (C) 1993 Omen Tech Inc                         Chapter 15 Flow Control
  1416.  
  1417.  
  1418.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1419.       ZCOMM User Manual                                                   85
  1420.  
  1421.       TrailBlazer) and should be avoided.
  1422.  
  1423.       ZMODEM-90(TM) allows the receiver to specify the window size with the
  1424.       -Wn option where n is the desired window size.
  1425.  
  1426.       EXAMPLE: set adlopts W8192  C> set DSZOPT=W8192  requests an 8192 byte
  1427.       window size.
  1428.  
  1429.  
  1430.       Some modems and networks can be configured to flush (discard the
  1431.       contents of) their buffers when a break signal is received.  If this
  1432.       is possible, error recovery with ZMODEM transfers may be speeded up by
  1433.       setting the ZMODEM b parameter to 1, which sends a break whenever the
  1434.       ZMODEM sending program gets a retransmission request.
  1435.                    Network and Flow Control (FC) Compatibility
  1436.  
  1437.       ______________________________________________________________________
  1438.       |    Network     | Interactive | XMODEM | WXMODEM | S-KERMIT | ZMODEM |
  1439.       |________________|_____________|________|_________|__________|________|
  1440.       |No Network      | YES         | YES    | YES     | YES      | YES    |
  1441.       |8 bit, no FC    | NO          | YES    | YES     | YES(1)   | YES(1) |
  1442.       |Transparent FC  | YES         | YES    | YES     | YES      | YES    |
  1443.       |Non Transparent | YES         | NO     | NO      | YES      | YES    |
  1444.       |7 bit           | YES         | NO     | NO      | YES      | YES(2) |
  1445.       |________________|_____________|________|_________|__________|________|
  1446.  
  1447.       (1) Window size must be restricted to avoid buffer overrun if the
  1448.       network cannot transfer data at full speed.
  1449.       (2) Requires ZMODEM-90(TM) 7-bit support
  1450.  
  1451.       15.1  Got ZRPOS Errors
  1452.  
  1453.       Got ZRPOS indicates the receiving program has detected a transmission
  1454.       error and has requested retransmission.  In other words, ZMODEM is
  1455.       doing its job of detecting and correcting missing and garbled data.
  1456.  
  1457.       If this happens with error correcting modems, or more often than
  1458.       observed line noise would suggest, the receiver's error messages must
  1459.       be studied.  "Line Status Register 01" messages indicate a flow
  1460.       control problem.  "Line Status Register 02" messages suggest a
  1461.       receiver problem with interrupt latency.
  1462.  
  1463.       Otherwise, the sender may have a flow control problem in one of four
  1464.       areas:
  1465.  
  1466.         + Between the sending program and its modem.  If using an interface
  1467.           speed higher than the transmission speed, or modem to modem error
  1468.           correction (MNP, LAPB, PEP, etc.), check that the modem and the
  1469.           sending program are configured for the same flow control methods.
  1470.           Omen Technology's software is faster than most other programs, and
  1471.           may expose flow control problems not seen with slower software.
  1472.  
  1473.  
  1474.       (C) 1993 Omen Tech Inc                         Chapter 15 Flow Control
  1475.  
  1476.  
  1477.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1478.       ZCOMM User Manual                                                   86
  1479.  
  1480.         + Between the sending modem and the network.  Correcting this
  1481.           requires "handshake both" to allow the sending program to honor
  1482.           both hardware (CTS) flow control from the modem and software flow
  1483.           control (XON/XOFF) from the network.
  1484.  
  1485.         + Between parts of the network, or between the host computer and its
  1486.           terminal server(s).  We have received a number of reports of
  1487.           problems with Cisco terminal servers.
  1488.  
  1489.         + Between the receiving modem and the receiving program.  This can
  1490.           happen at high transmission speeds when the receiver has specified
  1491.           a large I/O buffer size with the B numeric parameter.
  1492.  
  1493.           Excessive interrupt latency from extended memory ramdisks or disk
  1494.           caches, and poorly written hard disk drivers also wreak havoc on
  1495.           streaming protocols but do not affect start-stop protocols
  1496.           (XMODEM, etc.).  Problems with extended memory disk caches may
  1497.           cause errors at regular intervals; check the receiver's error
  1498.           messages.
  1499.  
  1500.           To work around these problems, give the "handshake slow" command
  1501.           to the receiver.
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.       (C) 1993 Omen Tech Inc                       Chapter 15 Running ZCOMM
  1534.  
  1535.  
  1536.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1537.       ZCOMM User Manual                                                   87
  1538.  
  1539.       16.  RUNNING ZCOMM
  1540.  
  1541.       Before running ZCOMM, the keyboard Caps Lock should be turned off.
  1542.       ZCOMM commands and most arguments must be entered in lower case.
  1543.  
  1544.  
  1545.       16.1  Running ZCOMM from DOS
  1546.  
  1547.       ZCOMM is called from DOS as ZCOMM [DPORT=n] [command ...]
  1548.  
  1549.       The following special commands may be given from the command line
  1550.       only.
  1551.  
  1552.       DPORT=n is an optional override to the default comm port.  If another
  1553.               program is using the default comm port, ZCOMM may be told to
  1554.               use another port to prevent interference.
  1555.  
  1556.               SEE ALSO: DPORT environment variable
  1557.  
  1558.       Command may be any desired combination of ZCOMM commands.  Command
  1559.       line arguments to ZCOMM must be in lower case except as noted.
  1560.  
  1561.       EXAMPLE: C>ZCOMM call cissig invokes ZCOMM and executes the commands
  1562.       in the "cissig" telephone directory entry.
  1563.  
  1564.  
  1565.       EXAMPLE: C>ZCOMM DPORT=2 call othersys
  1566.       Selects COM2 before initializing the serial port
  1567.  
  1568.  
  1569.  
  1570.       16.1.1  DOS Environment Variables  DOS environment variables are set
  1571.       with the DOS set command in the form SET VARIABLE=VALUE given in a
  1572.       batch file or at the DOS prompt.
  1573.  
  1574.       NOTE: There must not be any spaces before or after the "=" sign.  If
  1575.       you set many environment variables, DOS will quietly forget some of
  1576.       them unless you tell DOS to make more room for them.  You can issue
  1577.       the DOS "set" command by itself to check the accuracy of DOS
  1578.       environment variables.
  1579.  
  1580.       ZCOMM searches the DOS Environment for the following variables:
  1581.  
  1582.       CBSIZE overrides the default allocation for the circular buffer.** If
  1583.             memory is limited, the DOS command SET CBSIZE=3000 will leave
  1584.             more memory for DOS Gateway or other programs.  CBSIZE may be
  1585.             set as high as 65500.
  1586.  
  1587.             EXAMPLE: C>SET CBSIZE=65000
  1588.  
  1589.  
  1590.  
  1591.  
  1592.       (C) 1993 Omen Tech Inc                       Chapter 16 Running ZCOMM
  1593.  
  1594.  
  1595.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1596.       ZCOMM User Manual                                                   88
  1597.  
  1598.       COMSPEC ZCOMM uses the DOS COMSPEC environment variable to load
  1599.             COMMAND.COM or similar program to parse and execute DOS gateways
  1600.             (shell escapes).  Normally DOS sets this variable for you.
  1601.  
  1602.       DIRRX, DIRSX, DIRCX, DIRPX, DIRFX Contain optional receive (DIRRX),
  1603.             send (DIRSX), capture (DIRCX), paste (DIRPX), and file (DIRFX)
  1604.             directory presets.  When ZCOMM starts, these environment
  1605.             variables preset the dirrx, dirsx, dircx, dirpx and dirfx string
  1606.             variables respectively.[1]
  1607.  
  1608.       DIRSIZE controls the number of directory items that may be sorted with
  1609.             each wildcard.  It should be set to 23 * times the desired
  1610.             number of entries (default = 200).  If more directory entries
  1611.             are encountered, they are processed without sorting.
  1612.  
  1613.             EXAMPLE: C>set DIRSIZE=8000
  1614.  
  1615.  
  1616.       DPORT overrides the default modem port (COM1) initially accessed by
  1617.             ZCOMM.
  1618.  
  1619.             EXAMPLE: C>set DPORT=2
  1620.  
  1621.             The DPORT environment variable can also be specified as a hex
  1622.             port address,vector number pair.
  1623.  
  1624.             EXAMPLE: C>set DPORT=2f8,5
  1625.  
  1626.  
  1627.             SEE ALSO: portx command
  1628.  
  1629.       EGA   Stting this to MONO causes ZCOMM to use video mode 7 for 80x25
  1630.             column text instead of the default video mode 3.  This is needed
  1631.             only when using some EGA cards with an Monochrome MDA compatible
  1632.             monitor.
  1633.  
  1634.             EXAMPLE: C>set EGA=MONO
  1635.  
  1636.  
  1637.       HOTPORT Suppresses the "Warning: Old dport=" message (q.v.) seen when
  1638.             Zcomm is called from certain operating systems or programs.
  1639.  
  1640.             EXAMPLE: C>set HOTPORT=1
  1641.  
  1642.  
  1643.  
  1644.  
  1645.       __________
  1646.  
  1647.        1. Or, these may be set in your phones.t or phones.ts file.
  1648.  
  1649.  
  1650.  
  1651.       (C) 1993 Omen Tech Inc                       Chapter 16 Running ZCOMM
  1652.  
  1653.  
  1654.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1655.       ZCOMM User Manual                                                   89
  1656.  
  1657.             SEE ALSO: port, portx commands
  1658.  
  1659.       MODEM Selects the dialer script file appropriate to your modem.  This
  1660.             may also be set in your phones.t or phones.ts file.  See Chapter
  1661.             8 for details.
  1662.  
  1663.             EXAMPLE: C>set MODEM=mm224e.t
  1664.  
  1665.  
  1666.       PATH  must include the directories containing ZCOMM and the help
  1667.             processor YHP.
  1668.  
  1669.       PHONES overrides the default pathname used to fetch ZCOMM's telephone
  1670.             directory.  Forward slashes should be used to indicate
  1671.             directories.
  1672.  
  1673.             EXAMPLE: C>set PHONES=c:/yam/phones.t
  1674.  
  1675.  
  1676.       YAMQUIET Inhibits the display and locks the keyboard, preventing ZCOMM
  1677.             from writing on the screen. * This is useful when calling ZCOMM
  1678.             from another program.
  1679.  
  1680.             EXAMPLE: C>set YAMQUIET=257 Performs the equivalent of an
  1681.             initial kbdlock 257 command.
  1682.  
  1683.  
  1684.             SEE ALSO: kbdlock command
  1685.  
  1686.       ZONE  sets the z numeric parameter to the number of minutes the
  1687.             current local time lags GMT time.
  1688.  
  1689.             EXAMPLE: C>set ZONE=420
  1690.  
  1691.  
  1692.             SEE ALSO: z numeric parameter
  1693.       This may also be set in your phones.t or phones.ts file.
  1694.  
  1695.       Before running the X.PC* version of Pro-YAM, you must run the Tymnet
  1696.       X.PC driver to make it resident by calling the driver from DOS.  The
  1697.       driver announces itself and returns control to DOS.  The Tymnet X.PC
  1698.       driver uses approximately 40kb memory.
  1699.  
  1700.       EXAMPLE: xpcmain
  1701.  
  1702.  
  1703.  
  1704.       16.1.2  Help Processor Environment Variables  The flash-up help
  1705.       processor program YHP examines the environment for the NORMATTR,
  1706.       REVATTR, and UNDLATTR variables.  These set help screen parameters for
  1707.       normal, reverse video, and underline attributes corresponding to the
  1708.  
  1709.  
  1710.       (C) 1993 Omen Tech Inc                       Chapter 16 Running ZCOMM
  1711.  
  1712.  
  1713.       Version 18.07 TurboDial 2.36            Universal Line Printer Edition
  1714.       ZCOMM User Manual                                                   90
  1715.  
  1716.       n,r, and u numeric parameters.
  1717.  
  1718.       EXAMPLE: C>set NORMATTR=3
  1719.  
  1720.  
  1721.  
  1722.       16.2  Dialing out from Unix
  1723.  
  1724.       ZCOMM is called from Unix as [DPORT=S] yam [command ...]
  1725.       DPORT=S is an optional override to the initial default serial line.
  1726.  
  1727.       If another program is using the line, ZCOMM complains that the port is
  1728.       busy and will refuse to open it.
  1729.  
  1730.       Command may be any desired combination of ZCOMM commands.
  1731.  
  1732.       EXAMPLE: yam call cissig invokes ZCOMM and executes the commands in
  1733.       the "cissig" telephone directory entry.
  1734.  
  1735.  
  1736.       EXAMPLE: DPORT=tty77 yam call othersys
  1737.       Selects /dev/tty77 before executing the othersys telephone directory
  1738.       entry.
  1739.  
  1740.  
  1741.       If ZCOMM is run in the background, it will exit if it reaches the main
  1742.       command prompt.
  1743.  
  1744.       EXAMPLE: yam call cissig&
  1745.  
  1746.  
  1747.       As a form of shorthand, ZCOMM may be invoked as call if that is the
  1748.       command to be executed.
  1749.  
  1750.       EXAMPLE: call cissig
  1751.  
  1752.  
  1753.  
  1754.       16.2.1  X Windows  When run under the X Windows xterm(1) interface
  1755.       program (indicated by the Unix TERM environment variable), ZCOMM
  1756.       understands xterm's keyboard mappings for function and ALT keys.
  1757.  
  1758.  
  1759.       16.2.2  UNIX/XENIX Environment Variables  Unix/Xenix ZCOMM flavors
  1760.       search the Environment for the following variables:
  1761.  
  1762.       CBSIZE overrides the default allocation for the circular buffer.  On
  1763.             32 bit systems, the maximum CBSIZE is limited only by the
  1764.             operating system's process size limit.
  1765.  
  1766.             EXAMPLE: CBSIZE=300000; export CBSIZE
  1767.  
  1768.  
  1769.       (C) 1993 Omen Tech Inc                       Chapter 16 Running ZCOMM
  1770.  
  1771.